Warning: multiarg infix syntax looks like a tuple and will be deprecated
#scala 2.13.1 -> 2.13.3 にしたら出始めた code:sh
warn /Users/yoshiyuki_sakamoto/lgtmoon/app/database/Tables.scala:35:55: multiarg infix syntax looks like a tuple and will be deprecated warn def * = (id, contentType, createdAt, status, bin) <> (ImageRow.tupled, ImageRow.unapply)